home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 1 (Walnut Creek)
/
Aminet - June 1993 [Walnut Creek].iso
/
aminet
/
dev
/
lang
/
amigaedocs.lha
/
ModulesText
/
graphics
/
gfx.txt
< prev
next >
Wrap
Text File
|
1992-09-02
|
723b
|
38 lines
ShowModule v0.1 (c) 1992 $#%!
now showing: "emodules:graphics/gfx.m"
NOTE: don't use this output in your code, use the module instead.
CONST BITSET=$8000,
BITCLR=0,
AGNUS=1,
DENISE=1
(---) OBJECT bitmap
( 0) bytesperrow:INT
( 2) rows:INT
( 4) flags:CHAR
( 5) depth:CHAR
( 6) pad:INT
( 8) planes:substructure
(---) ENDOBJECT /* SIZEOF=40 */
(---) OBJECT rectangle
( 0) minx:INT
( 2) miny:INT
( 4) maxx:INT
( 6) maxy:INT
(---) ENDOBJECT /* SIZEOF=8 */
(---) OBJECT rect32
( 0) minx:LONG
( 4) miny:LONG
( 8) maxx:LONG
( 12) maxy:LONG
(---) ENDOBJECT /* SIZEOF=16 */
(---) OBJECT tpoint
( 0) x:INT
( 2) y:INT
(---) ENDOBJECT /* SIZEOF=4 */